@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/* 三级 start */
.screenBox{
    padding:30px 0 0 0; 
    overflow:hidden;
    font-size:15px;
}
.screenBox_dl{
	text-align: center;
	font-size: 0;
}
.screenBox_dl dt,
.screenBox_dl dd{
    display: inline-block;
	overflow:hidden;
	padding:0 15px;
}
.screenBox_dl dt a,
.screenBox_dl dd a{
    line-height:35px;
    display: block;
    font-size: 14px;
    color:#666;
    background:#fff;
    text-decoration: none;
    padding: 0 25px;
    border-radius: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
}
.screenBox_dl dt.hover a ,.bottombar dl dt a:hover,
.screenBox_dl dd.hover a ,.bottombar dl dd a:hover{
    background:#2c2e92;
    color: #fff;
}

/* 三级 end */
/* 检索 start */
.subSearch{
	position: relative;
	height: 60px;
    width: 40px;
}
a.topLink_a{
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height:20px;
    padding-left:20px;
    float:left;
    line-height:20px;
    color:#666;
    position:absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
    background: url(../images/topIcon.png) no-repeat -90px 2px;
}
.subSearch:hover a.topLink_a{
    color:#44a870;
    background: url(../images/topIcon.png) no-repeat -90px -18px;
}
.shopCart em{
    display:block;
    width:15px;
    height:15px;
    overflow:hidden;
    background:#44a870;
    font-size:12px;
    color:#fff;
    text-align:center;
    line-height:15px;
    border-radius:15px;
    position:absolute;
    right:-8px;
    top: -8px;
}
.user{
    background: url(../images/topIcon.png) no-repeat 2px 2px;
}
.user:hover{
    background: url(../images/topIcon.png) no-repeat 2px -20px;
}
.contact{
    background: url(../images/topIcon.png) no-repeat -90px 2px;
}
.topLink_dl dd:hover .contact{
    background: url(../images/topIcon.png) no-repeat -90px -20px;
}
.shopCart{
    background: url(../images/topIcon.png) no-repeat -182px 2px;
}
.shopCart:hover{
    background: url(../images/topIcon.png) no-repeat -182px -20px;
}
.topLink_dl dd{
    float: left;
    display: inline;
    position: relative;
    margin-left: 15px;
}
.topLinkDiv{
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: 40px;
    padding-top: 30px;
    display: none;
}
.topSearch{
    overflow: hidden;
    width: 207px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.topSearch input{
    display: block;
    width: 150px;
    height: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    line-height: 24px;
    background: none;
    outline: none;
    float: left;
}
.topSearch a{
    display: block;
    width: 40px;
    height: 26px;
    overflow: hidden;
    float: left;
    background: #2b2e95;
    font-size: 12px;
    color:#fff !important;
    text-align: center;
    line-height: 26px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.trangleUp{
    display: block;
    width: 14px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 23px;
    background: url(../images/trangleUp2.png) no-repeat center center;
}
/* 检索 end */
/*newsView*/
.subPageC {
	padding: 0px 30px;
}
.singleArticle {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}
.articleBox {
	font-size: 14px;
	line-height: 36px;
	padding: 10px 40px;
	color: #666;
}
.articleBox img {
	max-width: 100%;
}
.articleTitle {
	clear: both;
	text-align: center;
	padding: 20px 10px 0 10px;
	
	line-height: 35px;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #333;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 47px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.articleTime span {
	color: #999;
}

.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.article_fzNum{
	display: inline;
}

.article_fzBox{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:36px;
	left:0;
	z-index:9999;
	opacity:0;
	transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center top;
	-webkit-transform-origin:center top;
}
.article_fz:hover .article_fzBox{
	opacity:1;
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);
}
.article_fzBox span{
	display:block;
	height:20px;
	background:#f5f5f5;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}
.article_fzBox span:hover{
	background:#ad1214;
	color:#fff;
}
.article_fzBox span.hover{
	background:#ad1214;
	color:#fff;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 10px 0 20px 0;
	border-top: 1px dotted #ccc;
	color: #333333;
	font-size: 14px;
}
.pageUp a:hover {
	color: #2b2e95;
}
.share {
	display: block;
	clear: both;
	padding: 10px 0;
}
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}
.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}
.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}
.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}
/**
 * 文章阅读页-内容上部大图
 */
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}
#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}
#play .prev_a {
	left: 0;
}
#play .next_a {
	right: 0
}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}
#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}
#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}
#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}
#play .img_ul li img {
	position: absolute;
}
.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}
.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}
.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}
.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}
.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}
.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}
.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {
	background-position: left top;
	left: 0;
}
.imgMove .next_a {
	background-position: right top;
	right: 0;
}
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}
.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}
.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}
.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}
.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}
.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}
.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.shareBox {
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
}
.shareBoxL {
	float: left;
}
.shareBoxL span {
	display: block;
	line-height: 47px;
	float: left;
}
.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}
.bdsharebuttonbox a{
	border-radius: 50%;
}
.bdsharebuttonbox .bds_more {
	background: url(../images/images/wb_00.png) no-repeat center center !important;
	background-position: 0 !important;
	height: 25px;
}
.bdsharebuttonbox .bds_tsina {
	background: url(../images/images/wb_03.png) no-repeat center center !important;
	background-position: 0 !important;
	height: 25px;
}
.bdsharebuttonbox .bds_qzone {
	background: url(../images/images/kj_03.png) no-repeat center center !important;
	background-position: 0 !important;
	height: 25px;
}
.bdsharebuttonbox .bds_douban {
	background: url(../images/images/dd_03.png) no-repeat center center !important;
	background-position: 0 !important;
	height: 25px;
}
.bdsharebuttonbox .bds_sqq {
	background: url(../images/images/qq_03.png) no-repeat center center !important;
	background-position: 0 !important;
	height: 25px;
}
.bdsharebuttonbox .bds_weixin {
	background: url(../images/images/wx_03.png) no-repeat center center !important;
	background-position: 0 !important;
	height: 25px;
}
.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}
/*单篇+文章页end*/
/* 新闻搜索 begin */
.searchBox{
    padding-bottom: ;
    text-align: center;
    font-size: 0px;
}
.searchBox .center{
    display: inline-block;
}
.selecL{
    background: #fff;
    margin: 0px 5px;
    padding-left: 15px;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    border-radius: 3px;
}
.selecLTit{
    font-size: 14px;
    color:#333;
    line-height: 50px;
}
.searchSel{width:120px; height:50px; position:relative; padding-right:30px; border-radius: 0px 3px 3px 0px;}
.searchSel .seljg{padding-left:10px; line-height:50px; color:#ccc; font-size:14px; cursor:pointer;}
.searchSel i{ display:block; width:50px; height:50px; background:url(../images/trangleBig.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.searchSel .selTj{box-shadow: 0px 2px 5px rgba(0,0,0,0.1); border-radius: 0px 3px 3px 3px; width:100%; overflow:hidden; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:0px; top:50px; background:#fff; display:none;}
.searchSel .selTj a{ padding-right:22px;display:block; height:35px; line-height:35px; padding-left:10px; color:#666666; margin-bottom:1px;font-size: 14px;}
.searchSel .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.searchSel .selTj a.hover{background:#f8f8f8; color:#ff7800;}
.searcBody{
    overflow: hidden;
    margin: 0px 5px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.searchInp{
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background: #fff;
    padding: 0px 10px;
    font-size: 14px;
    color:#ccc;
    width: 380px;
    border:none;
    outline: none;
}
.searchBt{
    display: block;
    width: 80px;
    height: 50px;
    overflow: hidden;
    background: #2c2e92 url(../images/searchBig.png) no-repeat center center;
}
/* 新闻搜索 end */



/*全图列表页start*/
.imgList {
	padding:0 30px ;
}
.imgList1 {
	overflow: hidden;
	margin-right: -20px;
}
.imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 20px;
}
.imgList1 dd a{
	display: block;
	padding: 10px;
}
.imgList1 dd .con {
	overflow: hidden;
	margin-right: 20px;
	background: #fff;
}
.imgList1 dd .pic {
	position: relative;
}
.imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.4150%;
}
.imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.imgList1 dd .text {
	text-align: center;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding: 20px 0px 20px 0px;
}
.imgList1 dd:hover .text {
	color: #005aab;
}
/*全图列表页end*/


/*textImg1 start*/
.textImg1 {
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 0px 30px;
}
.textImg1 dd {
	padding: 30px 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 3;
}
.textImg1 dd+dd{
	border-top: 1px #e6e6e6 solid;
}
.textImg1 dd .wrap {
	position: relative;
	z-index: 3;
}
.textImg1 dd .picture {
	display: block;
	width: 250px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}
.textImg1 dd .pic:before{ display: block; content: ''; padding-top: 64%;}
.textImg1 dd .listData {
	padding-top: 10px;
}
.textImg1 dd .picture img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	transform: scale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.textImg1 dd .picture .jqthumb {
	transition: 0.4s ease;
}
.textImg1 dd:hover .jqthumb {
	transform: scale(1.05);
}
.textImg1 h3 {
	font-size: 18px;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.textImg1 .listInfo {
	height: 74px;
	margin: 15px 0;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #848484;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.textImg1 dd:hover .picture img {
	transform: scale(1.05)
}
.textImg1 dd:hover h3 a {
	color: #2b2e95;
}
.textImg1 dd h6 {
	font-weight: normal;
	padding: 0 0 0 26px;
	float: left;
	overflow: hidden;
	background: url(../images/date.png) no-repeat left center;
}
.textImg1 dd h6 span {
	padding: 0 0 0 26px;
	margin: 0 0 0 20px;
	background: url(../images/read.png) no-repeat left center;
}
/*textImg1 end*/

/*textList2 start*/
.downList1 {
	padding: 0px 20px;
}
.downList2 dd {
	clear: both;
	overflow: hidden;
	height: 72px;
	border-bottom: 1px dotted #dbdbdb;
}
.downList2 dd span {
	display: inline;
	float: right;
	height: 72px;
	font-size: 15px;
	color: #666666;
	line-height: 72px;
	background-image: url(../images/icon18.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.downList2 dd .listTit {
	display: block;
	overflow: hidden;
	height: 72px;
	color: #666666;
	line-height: 72px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.downList2 dd .listTit:hover {
	color: #0074c3
}
.downList2 .downBtn {
	background: url(../images/downIco.png) center center no-repeat;
	height: 72px;
	width: 25px;
	float: right;
	display: inline;
	cursor: pointer;
}
.downList2 .downBtn a {
	display: block;
	height: 100%;
}
.downList2 .downBtn:hover {
	background-image: url(../images/downIco_h.png)
}
/*textList2 end*/
/*图文列表页end*/
/*全文列表页start*/
.textList1 {
	padding-bottom: 30px;
}
.textList2 {
	overflow: hidden;
	background-color: #fff;
	padding: 0px 30px;
}
.textList2 dd {
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
}
.textList2 dd .text .title a {
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	height: 28px;
	overflow: hidden;
	font-weight: 600;
}
.textList2 dd .text .title {
	padding-top: 30px;
}
.textList2 dd .time {
	height: 28px;
	overflow: hidden;
	padding: 15px 0px 10px 0px
}
.textList2 dd .time span {
	font-size: 14px;
	line-height: 28px;
	color: #999;
	height: 28px;
	overflow: hidden;
}
.textList2 dd .textC {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	height: 56px;
	overflow: hidden;
	padding-bottom: 20px;
}
.textList2 dd:hover a {
	color: #36468A;
}
/*全文列表页end*/
/* 招聘页 start */
/* 招聘详情页 start */
.jobInfo {
	clear: both;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	padding: 10px 0 0 0;
}
.jobTitle {
	font-size: 17px;
	color: #333;
	border-bottom: solid 1px #E7E7E7;
	line-height: 30px;
	margin-top: 50px;
	padding-bottom: 10px;
}
.jobTitle i {
	width: 3px;
	background: #666;
	height: 20px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	margin-right: 10px;
	font-style: normal;
}
.jobBt {
	clear: both;
	width: 180px;
	height: 50px;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF !important;
	background: #068fe6;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.jobBt:hover {
	background: #2b2e95;
}
.jobField {
	clear: both;
	overflow: hidden;
	line-height: 36px;
	font-size: 14px;
}
.jobField dd {
	width: 33%;
	float: left;
}
.jobName {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	clear: both;
	padding-bottom: 50px;
}
.ruirecView1 {
	padding: 0px 20px 50px 20px;
}
.jobTime {
	font-size: 14px;
	line-height: 30px;
	padding: 0 0 10px 0;
	color: #999;
	border-bottom: solid 1px #E7E7E7;
}
/* 应聘表单 */
.subPopBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.65);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#65000000', endColorstr='#65000000')\9;
	z-index: 999999;
	display: none;
}
.subPopCont {
	width: 790px;
	height: 665px;
	/*overflow: hidden;*/
	border: 10px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -395px;
	margin-top: -350px;
}
.joinForm {
	overflow: hidden;
	padding: 20px 40px;
}
.joinFormTit {
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.joinForm_dl {
	overflow: hidden;
}
.joinForm_dl dd {
	/*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
	padding-left: 70px;
	position: relative;
	margin-bottom: 10px;
	height: 42px;
}
.joinFormName {
	display: block;
	width: 70px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-align: right;
	font-size: 12px;
	color: #444;
	position: absolute;
	left: 0px;
	top: 0px;
}
.joinFormName i {
	font-style: normal;
	padding-right: 3px;
	color: #cc0000;
}
.joinFormInp {
	display: block;
	width: 203px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0px 5px;
	font-size: 12px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.joinForm_dl select {
	display: block;
	width: 214px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0px 5px;
	font-size: 12px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.customUpload {
	width: 100% !important;
	height: 100% !important;
}
.joinForm_dl dd label {
	margin-right: 15px;
}
.joinForm_dl dd label span {
	padding-left: 6px;
}
.joinFormInp[disabled="disabled"] {
	background: #fff;
}
.joinForm_dl dt {
	overflow: hidden;
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
}
.joinForm_dl dt textarea {
	width: 580px;
	height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.joinFile {
	display: block;
	width: 110px;
	height: 30px;
	overflow: hidden;
	background: #535353;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
input.w_100 {
	width: 100px;
}
.joinCode {
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	margin-left: 10px;
}
.joinCode img {
	display: block;
	height: 32px;
	float: left;
}
.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	color: #666;
}
.joinCode i:hover {
	color: #d70112;
}
.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/closeVideoPop.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 10px;
}
.bbsBt {
	display: block;
	width: 90px;
	height: 40px;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff !important;
	background: #e75a19;
}
#picker {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 6px 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-family: "microsoft yahei";
	border-radius: 2px;
}
/* 招聘详情页 end */

/* 招聘页 start */
.ruirectList1 {
	padding: 0px 20px 25px 20px;
}
.recruitSlideBox{
	overflow:hidden;
	}
.recruitTitle {
	padding-left: 30px;
}
.recruit1{position: relative;}
.recruitTitle dd {
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: inline;
	width: 110px;
	height: 28px;
	line-height: 28px;
	padding: 35px 0px 15px 0px;
	color: #333333;
}
.recruitTitle dd+dd {
	text-align: center;
	margin-left: 130px;
}
.recruitList {
	overflow: hidden;
}
.recruitList dd {
	overflow: hidden;
	margin-bottom: 20px;
}
.recruitList dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 30px;
	background: #f5f5f5;
	color: #656565;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.recruitList dd .recruitT .text {
	background: none;
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 110px;
	margin-right: 130px;
}
.recruitList dd .recruitT .text+.text {
	text-align: center;
}
.recruitList dd .recruitT .btn {
	font-size: 16px;
	float: right;
	display: inline;
	width: 110px;
	height: 60px;
	color: #2b2e95;
	background: url(../images/zpShow.png) no-repeat center center;
}
.recruitList dd .recruitT .btn a {
	display: block;
	color: #666;
}
.recruitList dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 30px;
	display: none;
	padding: 20px;
	background: #FFF;
}
.recruitList dd .recruitC strong {
	color: #333;
}
.recruitTable {
	font-size: 14px;
	color: #555555;
	padding: 0px 0;
	border-bottom: 1px solid #ddd;
}
.recruitTable table {
	border: none;
}
.recruitTable table tr {
	border: none;
	height: 50px;
}
.recruitTable table tr td {
	border: none;
}
.recruitTable table b {
	margin-right: 20px;
}
.recruitBtn {
	overflow: hidden;
	padding-top: 20px;
}
.recruitBtn a {
	border: 1px solid #cb0202;
	font-size: 16px;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 40px;
	background: #cb0202;
	color: #FFF;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.recruitBtn a:hover {
	opacity: 0.9
}
.recruitBtn a.btn2 {
	margin-left: 15px;
	background: none;
	color: #cb0202;
}
.recruitList dd .recruitT .btn:hover {
	background: url(../images/zpShowh.png) no-repeat center center;
}
.recruitList dd .recruitT .btn:hover a {
	color: #0074c3;
}
.recruitList dd.active .recruitT {
	background: #cb0202;
	color: #FFF;
}
.recruitList dd.active .recruitT .btn {
	background: url(../images/zpHide.png) no-repeat center center;
}
/* 招聘页 end */
/* 留言 start */
.fromBox {
	overflow: hidden;
}
.fromTip {
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.fromTip em {
	color: #cc3333;
	padding-right: 5px;
}
.form1 {
	clear: both;
}
.form1 dd {
	clear: both;
	padding: 15px 0;
}
.form1L {
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	vertical-align: top;
	color: #666;
	padding: 0 5px 0 0;
	font-size: 14px;
	float: left;
}
.form1L em {
	color: #cc0000;
	padding: 5px 5px 0 0;
	font-style: normal;
}
.form1Input {
	width: 290px;
	padding: 5px;
	position: relative;
	zoom: 1;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #888;
	border-radius: 1px;
}
.form1Input[readonly="readonly"] {
	background: #fafafa;
	color: #666;
}
.form1Input.w400 {
	width: 400px;
}
.form1Input.w200 {
	width: 200px;
}
.form1Input.w100 {
	width: 100px;
}
.codeSrc {
	margin: 0 0 0 10px;
	height: 40px;
	cursor: pointer;
}
.form1Textarea1 {
	resize: none;
	width: 400px;
	height: 80px;
	padding: 5px;
	position: relative;
	zoom: 1;
	line-height: 20px;
	background: #fff;
	border: 1px solid #ebebeb;
	outline: none;
}
.form1Textarea1.w600 {
	width: 600px;
	height: 200px;
}
.form1Textarea1.w700 {
	width: 700px;
	height: 200px;
}
.form1R {
	float: left;
}
.form1Bt {
	overflow: hidden;
	padding: 15px 0 20px 120px;
}
.form1Bt a {
	width: 110px;
	display: block;
	height: 40px;
	background: #068fe6;
	text-align: center;
	line-height: 40px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 2px;
	padding: 0px 5px;
	float: left;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.form1Bt a:hover {
	opacity: 0.8;
}
/* 留言板 */
.msgTitle {
	font-size: 16px;
	clear: both;
	font-weight: bold;
	color: #000;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d5d5d5;
}
.msgList {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
	font-size: 14px;
}
.msgList dd {
	clear: both;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}
.msgTitle {
	clear: both;
	line-height: 30px;
}
.msgTitle span {
	padding: 0 0 0 30px;
}
.msgInfo {
	clear: both;
	line-height: 30px;
}
.msgReply {
	clear: both;
	line-height: 30px;
	border-top: 1px dotted #d5d5d5;
	margin-top: 10px;
}
.msgName {
	width: 100px;
	padding: 10px 0 0 0;
	position: absolute;
	left: 10px;
	top: 10px;
}
.msgName strong {
	display: block;
	clear: both;
	font-size: 14px;
}
.msgName span {
	display: block;
	line-height: 20px;
	padding: 5px 0 0 0;
}
.msgList_r {
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 15px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 100px;
}
.msgList_jt {
	width: 11px;
	height: 18px;
	position: absolute;
	left: -11px;
	top: 20px;
	background: url(../images/jiantou.jpg) no-repeat;
}
/* 留言 end */

/*联系start*/
.information {
	overflow: hidden;
}
.contact {
	background-color: #fff;
	padding: 20px 20px 15px;
}
.contactFL {
	width: 400px;
	padding-bottom: 37px;
}
.contactFR {
	width: 400px;
	padding-bottom: 37px;
}
.contactFL dt {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	padding: 10px 0px;
}
.contactFL dd {
	font-size: 14px;
	line-height: 33px;
	color: #666;
	float: left;
	display: inline;
	margin-right: 57px;
}
.contactFR dt {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	padding: 10px 0px;
}
.contactFR dd {
	font-size: 14px;
	line-height: 33px;
	color: #666;
	float: left;
	display: inline;
	margin-right: 57px;
}
.map {
	background-color: #f5f5f5;
	height: 465px;
	margin-bottom: 15px;
}
.information h3 {
	font-size: 26px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	color: #0074c3;
	margin-bottom: 5px;
}
.information span {
	font-size: 16px;
	line-height: 30px;
	display: block;
}
/*联系end*/
/*人才招聘start*/
.telent {
	background: #fff;
}
.telent .telentTit {
	text-align: center;
	padding: 47px 0px;
}
.telent1 {
	position: relative;
}
.telent .telentTit span {
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	display: block;
	font-weight: bold;
}
.telent .telentText {
	width: 742px;
	position: absolute;
	top: 205px;
	right: 0px;
}
.telent .telentText span {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.recruit {
	height: 754px;
	background: url(../images/bac1.png) no-repeat center center;
	position: relative;
	overflow:hidden;
}
.recruit .recruitTit {
	text-align: center;
	padding: 98px 0px 65px;
}
.recruit .recruitTit span {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.recruitDdTit {
	text-align: center;
	border-bottom: 1px #e6e6e6 solid;
}
 .recruitDdTit span {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}

 .recruitDdText span {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	display: block;
	text-align: left;
}
.recruitDdText1{     height: 325px;
    overflow: hidden;
    clear: both;
    display: block; }
.recruitD1 {
	overflow: hidden;
	background: #fff;
	    margin: 0 10px;
}
.recruit1 .swiper-container{width:1220px !important;margin-left:-10px}
.recruitDdText {
	padding: 10px 20px 10px 20px;
    height: 345px;
    overflow: hidden;
}
.swiper-button-next {
	background: url(../images/right4.png) no-repeat right center;
	height: 31px;
	position: absolute;
	    top: 380px;

	width: 18px;
	right: -25px;
	cursor:pointer;
}
.swiper-button-prev {
	background: url(../images/left2.png) no-repeat left center;
	height: 31px;
	position: absolute;
	top: 380px;
	width: 18px;
	left: -30px;
	cursor:pointer;
}
.zbBox {
	padding-top: 80px;

}
/*人才招聘end*/

/*联系我们start*/
.contactT {
	overflow: hidden;
	margin-right: -30px;
}
.contactT dl {
	overflow: hidden;
}
.contactT dd .con {
	overflow: hidden;
	background: #fff;
	margin: 0px 30px 20px 0px;
	padding-top: 42px;
	border-radius: 8px;
}
.contactT dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
}
.contactT dl a {
	width: 100%;
	height: 100%;
	display: block;
}
.contactT dl dd .contactTit {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.contactT dl dd .contactTit span {
	font-size: 16px;
	position: absolute;
	top: 11%;
	left: 40%;
	color: #fff;
	overflow: hidden;
	height: 21px;
}
.contactText1 span {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.contactT dl dd .con .contactText1 {
	padding-left: 30px;
	padding-bottom: 25px;
}
.contactT dl dd .con .contactBom {
	padding-left: 30px;
	padding-bottom: 35px;
}
.contactT dl dd .con .contactBom span {
	font-size: 15px;
	color: #999999;
}
/*联系我们end*/
/*业务列表start*/
.engineer1 .engineerTit {
	text-align: center;
	padding: 98px 0px 65px;
}
.engineer .engineerTit span {
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	display: block;
	font-weight: bold;
}
.businessImg {
	padding: 95px 240px 135px 0px;
}
.businessList {
	background: #fff;
	overflow: hidden;
}
.businessList1{
	padding: 95px 0;
}
.businessTit{
	margin-right: 50px;
	width: 400px;
}
.businessTit .title{
	font-size: 18px;
	color: #2b2e95;
}
.businessTit .title2{
	font-size: 66px;
	color: #efefef;
	text-transform: uppercase;
	padding-top: 10px;
}
.businessTit .title3{
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
	padding-top: 10px;
}
.businessText .businessTextT {
	overflow: hidden;
	height: 100%;
	padding-bottom: 20px;
}
.businessText {
	overflow: hidden;
}
.businessText .businessTextT span {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.businessText1 dl {
	overflow: hidden;
}
.businessText1 dl dd {
	float: left;
	display: inline;
	width: 115px;
	height: 75px;
	position: relative;
	margin-right: 20px;
}
.businessText1 dl dd span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.businessText1 dl dd:before {
	display: block;
	content: '';
	position: absolute;
	right: 0px;
	top: 20px;
	height: 20px;
	width: 1px;
	background: #cccccc;
}
.businessText1 dl dd:last-child:before {
	content: '';
	height: 0px;
}
.businessText1 .businessText1dl .TextC {
	font-size: 24px;
	line-height: 24px;
	color: #d7000f;
}
.engineerImg .imgText1 {
	overflow: hidden;
	margin-right: -20px;
}
.engineerImg .imgText1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
	position: relative;
}
.moreT {
	text-align: center;
	padding-bottom: 50px;
}
.moreT a {
	display: block;
	height: 100%;
	weight: 100%
}
.engineer1 dl dd .engineertext {
	width: 95.1%;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #2d2f94;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.engineer1 dl dd .engineertext .engineertext1 {
	text-align: center;
	color: #fff;
	padding: 25px 0px 5px 0px;
	;
	clear: both;
	font-size: 18px;
	line-height: 30px;
	display: block;
}
.engineer1 dl dd .engineertext .engineertext2 {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #e5e5e5;
}
.engineer1 dl dd .engineertext a {
	height: 100%;
	padding-top: 27px;
	position: relative;
}
.engineer1 dl dd .engineertext a img {
	position: absolute;
	top: 35px;
	left: 155px;
}
.engineer1 dl dd .engineertext a span {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	border: 1px #fff solid;
	padding: 15px 20px 15px 45px;
	overflow: hidden;
}
.engineerImg .imgText1 dd .con {
	overflow: hidden;
	margin-right: 20px;
	background: #fff;
}
.engineerImg .imgText1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.engineerImg .imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 58.2901%;
}
.engineerImg .imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.engineerImg .imgText1 dd a {
	display: block;
}
.engineerImg .imgText1 dd .title {
	height: 30px;
	line-height: 35px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	padding: 15px 0px 6px;
}
.engineerImg .imgText1 dd:hover .title {
	color: #2d2f94;
}
.engineerImg .imgText1 dd .text span {
	font-size: 14px;
	line-height: 30px;
	color: #858585;
	padding-bottom: 24px;
	display: block;
	overflow: hidden;
}
.engineerImg .imgText1 .imgTextC {
	text-align: center;
}
/*业务列表end*/
/*第一通栏strat*/
.column1 {
	min-height: 576px;
	background: #fff;
}
.columnTitle {
	text-align: center;
	padding-top: 77px;
}
.equipment{ position:relative;} 
.columnTitle .TitleT1 {
	font-size: 30px;
	line-height: 24px;
	color: #333333;
	display: block;
	padding-bottom: 10px;
}
.columnTitle .TitleT2 {
	font-size: 18px;
	line-height: 24px;
	color: #cccccc;
	display: block;
}
.columnTitle.ftBai .TitleT1{ color: #FFF;}
.columnTitle.ftBai .TitleT2{ color: rgba(255, 255, 255, 0.7);}
.column1 .column1Text {
	text-align: center;
	padding-top: 35px;
}
.column1 .column1Text span {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	display: block;
}
.column1 .column1Mess {
	text-align: center;
	padding-top: 30px;
}
.column1 .column1Mess dl {
	overflow: hidden;
	padding-left: 24.9667%;
}
.column1 .column1Mess dl dd {
	float: left;
	display: inline;
	padding-right: 140px;
	
}
.column1 .column1Mess dl dd .MessT1 {
	font-size: 35px;
	line-height: 56px;
	color: #2b2e95;
	display: block;
	margin: 0 auto;
	height: 72px;
}
.column1 .column1Mess dl dd span{position:relative;}
.column1 .column1Mess dl dd .MessT1:before{ content:""; display:block; position:absolute; bottom:0; left:50%; height:2px; width:25px; background-color:#e6bd00; margin-left:-12.5px}
.column1 .column1Mess dl dd .MessT2 {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	padding-top: 18px;
    display: block;
}
.MessT1 i {
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 56px;
	color: #999999 !important;
	padding-left: 15px;
}
.column1 .column1Mess dl dd img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
.columnBom {
	text-align: center;

}
.columnBom a {
	display: block;
	overflow: hidden;
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0 auto;
}
.column1 .columnBom a{ padding-top:60px;}
/*第一通栏end*/
/*第二通栏start*/
#column2Container{ height:724px; }
.column2 {
	background: url(../test/column2banner_02.jpg) no-repeat center center;
	height: 820px;
	overflow: hidden;
	position: relative;
}
.column2Text {
	padding: 0 50px;
	position: relative;
}
.bossBox {
}
.bossLf .bt {
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	line-height: 30px;
	border: 1px #fff solid;
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.bossLf .prev {
	background: url(../images/up.png) no-repeat center center;
}
.bossLf .prev:hover {
	background-color: #ee9f07;
}
.bossLf .next {
	background: url(../images/down.png) no-repeat center center;
}
.bossLf .next:hover {
	background-color: #ee9f07;
}
.bossTex {
	height: 210px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}
.bossLf {
	width: 630px;
	padding-bottom: 45px;
	text-align: left;
	padding-top: 50px;
	padding-left:50px;
}
.bossTit {

	padding-bottom: 65px;
}
.coulmn2boss{ margin-top:133px;    border: 1px #a6c1cf solid; }
.bossTit .bossTitT1 {
	font-size: 30px;
	line-height: 24px;
	color: #fff;
	display: block;
	padding-bottom: 10px;
}
.bossTit .bossTitT2 {
	font-size: 18px;
	line-height: 24px;
	color: #ccc;
}
.bossTex .bossTexT1 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-indent: 2em;
	display: block;
}
.bossTex .bossTexT2 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-indent: 2em;
	display: block;
	padding-bottom: 30px;
}
.bossRf .bossRfImg img {
	width: 412px;
	height: 412px;
	border-radius: 206px;
}
.bossNam .bossNamT1 {
	font-size: 30px;
	line-height: 24px;
	color: #fff;
	padding-right: 25px;
}
.bossNam .bossNamT2 {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}
.bossRfImg {
	width: 412px;
	height: 100%;
	overflow: hidden;
}
.bossTexCon {
	position: relative;
	padding-right: 45px;
	
}
.bossRf { padding:100px 70px 0 0;}
.column2pagination{ bottom:70px !important;}



.column2fC{position: relative;}
.column2fC .bd{ overflow: hidden;padding: 0px 0;}
.column2fC .slick-list{ overflow: visible; margin-right: -30px; }
.column2fC .myslide{ width: 33.3333%; float: left; display: inline;}
.column2fC .con{ padding-right: 30px;}
.column2fC .prev{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) url() no-repeat center center; position: absolute; left: 0; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column2fC .next{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) url() no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column2fC .prev:hover,.column2fC .next:hover{ background-color: #cd291f;}

.column2fC a{ display: block;padding: 20px 20px 0; background: #f8f8f8;}
.column2fC .pic{ position: relative;}
.column2fC .pic:before{ display: block; content: ''; padding-top: 100%;}
.column2fC .pic img{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.column2fC .text{padding: 10px 0;}
.column2fC .text span{ display: block; font-size: 16px; color: #333; line-height: 30px; height: 30px; overflow: hidden;}
.column2fC .text em{ display: block; font-style: normal; font-size: 12px; color: #888; line-height: 25px; height: 25px; overflow: hidden;}
/*第二通栏end*/
/*第三通栏start*/
.column3 {
	height: 786px;
	background: url(../test/banner2_14.jpg) no-repeat center center;
	position: relative;
}
.column3Img dl dd .con {
	overflow: hidden;
	margin-right: 20px;
}
.column3 .equipment .column3Img dl {
	overflow: hidden;
	margin-right: -20px;
}
.column3 .equipment .column3Img dl dd {
	float: left;
}
.column3 .equipment .column3Img dl dd span {
	font-size: 16px;
	line-height: 60px;
	color: #fff;
}
.column3 .equipment .column3Img dl dd img {
	display: block;
	height: 250px;
}
.column3 .equipment .column3div {
	text-align: center;
	    padding: 0 8px;
}
.column3Dl dd .con img{width: 386px; height: 250px;}
.column3div span {
	font-size: 16px;
	line-height: 60px;
	color: #fff;
}
.column3 .columnTitle .TitleT1 {
	color: #fff !important;
}
.column3 .swiper-button-prev {
    background: url(../images/column3Left.png) no-repeat left center;
    height: 31px;
    position: absolute;
    top: 357px;
    width: 18px;
    left: -30px;
    cursor: pointer;
}
.column3 .swiper-button-next {
    background: url(../images/column3Right.png) no-repeat right center;
    height: 31px;
    position: absolute;
    top: 357px;
    width: 18px;
    right: -25px;
    cursor: pointer;
}
.column3 .columnTitle {
    text-align: center;
    padding-top: 110px;
}
.column3 .swiper-container {
	width:1200px;
    height: 310px !important;
    color: #fff;
    text-align: center;	
}
.h60{ height:50px; display:block;clear:both;}
/*第三通栏end*/
/*第四通栏start*/
/*企业荣誉*/
.column4 {
	background: #fff;
	position: relative;
	z-index: 0;
}
.column4 .TitleT1 {
	font-size: 30px;
	line-height: 24px;
	color: #333333;
	display: block;
	padding-bottom: 10px;
}
.column4 .iframeWrap {
	text-align: center;
}
.column4 .iframeWrap ul {
	overflow: hidden;
	text-align: center;
	margin-left: 485px;
	padding: 30px 0 20px 0;
}
.column4 .iframeWrap ul li {
	float: left;
	padding: 11px 26px;
	background: #f5f5f5;
	margin-right: 20px;
	border-radius: 5px;
}
.column4 .iframeWrap ul li:hover {
	background: #2d2f93;
}
.column4 .iframeWrap ul li.hover{background: #2d2f93;}
.column4 .iframeWrap ul li:hover span {
	color: #fff;
}
.column4 .iframeWrap ul li.hover span{color: #fff;}
.column4 .iframeWrap ul li span {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.slider {
	position: relative;
	width: 700px;
	margin: 0px auto;
}
.slider .bt {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.slider .prev {
	left: -190px;
	background: url(../images/Wprev.png) no-repeat center center;
}
.slider .prev:hover {
	background: url(../images/wprev_h.png) no-repeat center center;
}
.slider .next {
	right: -190px;
	background: url(../images/Wnext.png) no-repeat center center;
}
.slider .next:hover {
	background: url(../images/wnext-h.png) no-repeat center center;
}
.honorCon {
	overflow: hidden;
}
.roundabout-holder {
	height: 455px;
}
.roundabout-holder li {
	width: 466px;
	height: 311px;
	position: relative;
}
.roundabout-holder a {
	display: block;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.roundabout-holder span {
	overflow: hidden;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 35px;
	display: none;
}
.roundabout-holder .roundabout-in-focus span {
	display: block;
}
.roundabout-holder li img {
	display: block;
	width: 100%;
	height: 100%;
}
.roundabout-in-focus .honorName {
	display: block;
}
.honorName {
	display: none;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	text-align: center;
	padding-top: 10px;
}
.dhjd_dl {
	overflow: visible !important;
}
#articleContent .center {
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
/*第四通栏end*/
/*第五通栏start*/
.column5 {
	min-height: 663px;
	background: url(../test/column6_20.jpg) no-repeat center center;
}
.column5 .columnTitle .TitleT1 {
	color: #fff !important;
}
.column5 .picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.column5 .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.column5 .picMarquee-left .hd .next {
	background-position: 0 -50px;
}
.column5 .picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}
.column5 .picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.column5 .picMarquee-left .tempWrap {
	width: 100% !important;
}
.column5 .picMarquee-left {
	padding-top: 76px;
}
.column5 .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.column5 .picMarquee-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-left: 15px;
}
.column5 .picMarquee-left .bd ul li .pic {
	text-align: center;
}
.column5 .picMarquee-left .bd ul li .pic img {
	width: 223px;
	height: 195px;
	display: block;
}
.column5 .picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.column5 .picMarquee-left .bd ul li .title {
	background: #fff;
	height:63px;
	overflow:hidden;
	padding-top:10px;
}
.column5 .picMarquee-left a{ display:block;}
.column5 .column5T1 {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	display: block;
}
.column5 .column5T2 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	display: block;
}
.column5 .columnTitle {
    text-align: center;
    padding-top: 115px;
}
/*第五通栏end*/
/*主营业务*/
/*主营业务*/
.box3 {
    position: relative;
    background: rgba(43,46,149,0.3);
    overflow: hidden;
}
.box3:after{
    display: block;
    content: "";
    padding-top: 44.375%;
}
.bisBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {
    height: 100% !important;
    width: 100% !important;
}

.box3Bg {
    position: absolute !important;
    top: 0;
    left: 0;
}

.box3Bg .swiper-wrapper {
    transform: translate(1px) !important;
    /*解决swiper第一个不改变*/
    margin-left: -1px;
    left: 0 !important;
}

.box3Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 1.5s ease-in-out;
}

.box3Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}

.bisPhrase {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.bisList {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.bisList1 {
    height: 100%;
    width: 100%;
}

.bisList1 dd {
    float: left;
    display: inline;
    width: 16.6667%;
    height: 100%;
}
.bisList1 dd .maxBox{
    position: relative;
    width: 100%;
    height: 100%;
}
.bisList1 dd a {
    display: block;
    height: 100%;
    border-color: #fff\0/;
    *border-color: #fff;
    position: relative;
    border-radius: 5px;
}
.bisList1 dd a:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.bisList1 .listBox1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}
.bisList1 .listBox1 .iconBox{
    height: 88px;
    width: 88px;
    margin: 0 auto;
}
.bisList1 dd .listBox1 .txt {
    color: #fff;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.bisList1 .listBox {
    position: absolute;
    top: 0;
    left: 0;
    background:#ee9f07;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    transform: scale(0.2);
    transition: 0.6s ease;
}

.bisList1 .listTxt {
    padding: 20px;
}

.bisList1 .listBox .listTit {
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    padding: 8% 0 8% 0;
    text-align: center;
}

.bisList1 .listBox .listInfr {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    padding: 20px 15px 0;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s linear;
    -webkit-box-orient: vertical;
    text-align: center;
}

.bisList1 .listBox .listInfr:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
}
.bisList1 .listBox .more{
    width: 38px;
    height: 38px;
    margin: auto;
    background: url(../images/jia.png) center center no-repeat;
}

.bisList1 dd:hover .listBox {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bisList1 dd:hover .listBox1 {
    transform: scale(0.2);
    opacity: 0;
    filter: alpha(opacity=0);
}

.bisList1 dd:hover .listBox .listInfr {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.swiper-wrapper {
    position: relative;
}

.box3BgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.6;
}
/*按钮*/
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
/*下属单位 */
.taxMap{ background:#fff;}
.taxMapHead{ overflow:hidden;    padding: 0 30px;}
.taxMapCont{padding-top: 10px;    
    }
.taxMapHead .goHome { font-size: 20px;
    line-height: 70px;
    color: #2b2e95;}
.taxMapCont .map{height: 1000px!important;}

.companyTit{
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
	padding-top: 20px;
}
.companyBox{
	line-height: 30px;
	font-size: 14px;
	color: #999;
	padding: 0 20px 20px 0;
}
.companySite{
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin:0 20px 40px 0;
}
.companySite dd{
	padding-left: 60px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	margin:0  0 20px 0;
}
.companySite dd.dd1{
	background: url(../images/companyIco1.png) left center no-repeat;
}
.companySite dd.dd2{
	background: url(../images/companyIco2.png) left center no-repeat;
}
.companyMap{
	background: #fff;
	padding: 20px;
	margin-right: 10px;
}
.companyMap #map{
	height: 400px;
	width: 700px;
}




/*
-----------------------------内页样式end-----------------------------
*/
